home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / CGIMIL32.ZIP / Sample3.htt < prev   
Encoding:
Text File  |  1996-07-29  |  518 b   |  31 lines

  1. <html><head>
  2. <title>
  3. Sample for CGIMailer
  4. </title>
  5. </head>
  6. <body bgcolor=#ffffff text=#000000>
  7. <font size=+3 color=#ff0000>
  8. CGIMailer sample
  9. </font>
  10. <hr>
  11. TEMPLATE=<%TEMPLATE%><br>
  12. ERRTEMPLATE=<%ERRTEMPLATE%><br>
  13. MSGTEMPLATE=<%MSGTEMPLATE%><br>
  14. GATEWAY=<%GATEWAY%><br>
  15. PORT=<%PORT%><br>
  16. TIMEOUT=<%TIMEOUT%><br>
  17. DEBUG=<%DEBUG%><br>
  18. <hr>
  19. FROM=<%FROM%><br>
  20. TO=<%TO%><br>
  21. CC=<%CC%><br>
  22. BCC=<%BCC%><br>
  23. SUBJECT=<%SUBJECT%><br>
  24. <br>
  25. Message:<br>
  26. <xmp>
  27. <%REQ.MESSAGE%>
  28. </xmp>
  29. <hr>
  30. </body>
  31. </html>